home *** CD-ROM | disk | FTP | other *** search
- --AMIGADOS GUIDE V2.0--
- COPY
-
-
- USE:
- Copy is the AmigaDOS command which is used to copy individual
- directories or files to another device within the system.
-
- PATH:
- C:
-
- SYSTEM:
- 2.0 (enhanced), 2.1, 3.0
-
- EXAMPLES:
- 1>COPY FROM DF0:Extras TO RAM:Extras
- 1>COPY FROM DF0:C/addbuffers/cpu TO DF1:C
-
- NOTES:
- The FROM and TO commands are purely cosmetic and you do not have to
- include them. They are only there to give the user a better
- understanding of what is happening.
-
- You can also copy separate files to other devices like a Printer for
- instance:
- 1>COPY DF0:Scripts/Text1 TO PRT:
-
- But obviously you can only Copy text files to the printer device.
-